home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
814.swf
/
scripts
/
FComboBoxItemSymbol.as
< prev
next >
Wrap
Text File
|
2006-06-13
|
401b
|
15 lines
function FComboBoxItemClass()
{
this.init();
}
FComboBoxItemClass.prototype = new FSelectableItemClass();
Object.registerClass("FComboBoxItemSymbol",FComboBoxItemClass);
FComboBoxItemClass.prototype.setSize = function(w, h)
{
super.setSize(w,h);
this.highlight_mc.onRollOver = function()
{
this.controller.controller.selectionHandler(this.controller.itemNum);
};
};